home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETCTMVA.IN_ / netctmva.inf
Encoding:
Windows Setup INFormation  |  1999-10-19  |  2.6 KB  |  98 lines

  1. ; netctmva.inf
  2. ;
  3. ; Comtrol Virtual Server, Async.  INF for InterChange V1000/2000 Async Conc.
  4. ;
  5. ; Inf for NT5
  6.  
  7. [version]
  8. Signature="$Windows NT$"
  9. Class=MultiPortSerial
  10. ClassGuid={50906CB8-BA12-11D1-BF5D-0000F805F530}
  11. Provider=%Comtrol_Corp%
  12. LayoutFile=layout.inf
  13. DriverVer=10/19/1999,2.34.0.0
  14.  
  15. [Manufacturer]
  16. %Comtrol_Corp%=ComtrolAsync
  17.  
  18. [ComtrolAsync]
  19. ; DisplayName           Section       DeviceID
  20. ; -----------           -------       --------
  21. %VSLink1000Desc%    = VSLINK1000,    CtmVS3001
  22. ;%VSLink2000Desc%    = VSLINK1000,    CtmVS3002
  23. %RocketHub8Desc%    = VSLINK1000,    CtmVS3003
  24. %RocketHub4Desc%    = VSLINK1000,    CtmVS3004
  25.  
  26. [VSLINK1000.NT]
  27. AddReg          = vslink_reg
  28. CopyFiles = Drivers_Files, App_Files, System32_Files
  29. [VSLINK1000.NT.Services]
  30. AddService = VSLinka, 2, VSLinka.Service, common.EventLog
  31. [VSLINK1000.NT.CoInstallers]
  32. CopyFiles = CoInst_Files
  33. AddReg = CoInst.Reg
  34.  
  35. [CoInst.Reg]
  36. HKR,,CoInstallers32,0x00010000,"ctmvclas.dll,CoDeviceInstall"
  37.  
  38. [vslink_reg]
  39. HKR,,EnumPropPages32,0,"vssetup.dll,DevicePropPage"
  40. ;;;HKLM,System\CurrentControlSet\Services\VsLinka\Parameters,NoPnpPorts,%REG_DWORD%,1
  41.  
  42. [VSLinka.Service]
  43. DisplayName     = %VSLinka.Service.DispName%
  44. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  45. StartType       = 3 ;%SERVICE_DEMAND_START%
  46. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  47. ServiceBinary   = %12%\VSLinka.sys
  48. LoadOrderGroup  = NDIS
  49.  
  50. [CoInst_Files]
  51. ctmvclas.dll
  52.  
  53. [Drivers_Files]
  54. vslinka.sys,,,2 ;  the 2 means Do not allow the user to skip this file!
  55. vslinka.bin,,,2 ;  2 means Do not allow the user to skip this file!
  56.  
  57.  
  58. [System32_Files]   ;  These will go into the system32 dir
  59. vssetup.dll
  60. vssetup.hlp
  61. ctmvclas.dll
  62.  
  63. [App_Files]   ;  These will go into the system32\VSLinka dir
  64. wcom32.exe
  65. wcom.hlp
  66. portmon.exe
  67. portmon.hlp
  68. peer.exe
  69. peer.hlp
  70.  
  71. [common.EventLog]
  72. AddReg = common.AddEventLog.reg
  73.  
  74. [common.AddEventLog.reg]
  75. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\vslinka.sys"
  76. HKR, , TypesSupported,   0x00010001, 7
  77.  
  78. [DestinationDirs]
  79. Drivers_Files  = 12      ; system32\drivers
  80. Inf_Files  = 17         ; \inf
  81. App_Files  = 11, VSLink ; system32\VSLink
  82. System32_Files  = 11         ; system32
  83.  
  84.  
  85. [Strings]
  86. REG_EXPAND_SZ          = 0x00020000
  87. REG_DWORD              = 0x00010001
  88. REG_MULTI_SZ           = 0x00010000
  89.  
  90. Comtrol_Corp="Comtrol Corporation"
  91.  
  92. VSLink1000Desc   = "VS1000 16 to 64 Port Device"
  93. VSLink2000Desc   = "VS2000 8 Modem Device"
  94. RocketHub4Desc   = "RocketHUB 4 Port Device"
  95. RocketHub8Desc   = "RocketHUB 8 Port Device"
  96. VSLinka.Service.DispName  = "Comtrol VS Async"
  97.  
  98.